Boolean operators are the logical operators of Boolean logic: AND, OR, and NOT. Boolean operators are often used as qualifiers in database searches.
Boolean operators are used in Veronica and WAIS searches, and in a wide variety of Web search programs. In database situations, Boolean operators are also used in "if," "while," "do" and "for" statements.
Boolean operators look for comparisons or matching qualities. The three Boolean operators are:
The terms can be grouped within parentheses to form complex operators. A
search with the complex operator pet .not.( cat .or. (dog .not.
collie))
would find pets other than dogs and cats, but including
collies.
Search terms that are separated by a space, with no operator present, may be handled either as though an OR or AND operator is present, depending on the particular search program. The order in which the expressions are implemented may vary from program to program, and some programs support Boolean operators but not parentheses.